home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import "UnitGen.h"
- #import "Param.h"
-
- static NXImage *ocimage;
- static NXImage *opimage;
- static NXImage *cpimage;
- static NXImage *coimage;
- static NXImage *poimage;
- static NXImage *pcimage;
- static NXPoint inOffset;
- static NXPoint outOffset;
-
- @interface Converter:UnitGen
- {
- id in;
- id out;
- NXImage *image;
- }
-
- - init;
- - remove;
- - (NXImage *)getImage;
- - move: (NXPoint *)newloc;
- - setCtype:(int)n;
- - findParamAtPoint:(NXPoint *)point;
- - writeUgen;
-
- @end
-